python3 使用urllib报错urlopen error EOF occurred in violation of protocol (_ssl.c:841)
python3源码: import urllib.request from bs4 import BeautifulSoup response = urllib.request.urlope ...
python3源码: import urllib.request from bs4 import BeautifulSoup response = urllib.request.urlope ...